/* Blackwater River Guitars/Blue Ridge Luthiers Banner br 02.css  2025-04-12 */

.br { font-weight:bold;}
.name { font-style:italic; font-weight:bold; }
.indent { padding-left:50px; }
.indent10 { padding-left:10px; }
.center{text-align:center;}
table.centered { margin-left:auto; margin-right:auto }

figure { 
    display: inline-block;
    text-align: center;
    font-size: 1em;
}

a figure:hover {
	text-decoration: underline;
}

/*  for lightbox 2 - set limits for image display - Don't have to rezize all the pictures */
img {max-width:750px; max-height:550px;} 
#outerImageContainer, #imageDataContainer {
	max-width:770px; max-height:570px;
/*	width:auto!important; height:auto!important; // for some reason this creates larger white borders for some pics */
}

/* make the <hr> line thicker */
hr.thick-line {
height: 2px; /* Adjust the pixel value for desired thickness */
background-color: black;
border: none; /* Remove the default border */
}


/*-------body---------*/
body,html {
/*	margin:5px; padding:0; moved to body section */
/*	font-size:14px; /* formerly "medium" */
	font-size:1em;
}
body {
	background: url("Images/General/Concrete Floor Background 1-5.jpg") left top repeat; /*--bkgd outside the pg bounds--*/
    margin:5px 5px 5px 5px; padding:0; 
/*	background-color:#666666; */
}

/* -- page, contains banner, topnav, content --*/
#page {
/*	text-align:left; to counteract the IE5x hack in the body tag for centering*/
    padding:5px 5px 10px 5px ;
	border:#666 3px double;
	margin:auto; /* set to zero for stuck-left designs, auto for centering the div#page in the body */
	background: url("Images/General/Concrete Floor Background 1-5.jpg") left top repeat; 
	width: 95%; 
	min-width: 400px; /* Orig 780 */
	max-width: 1200px; /* orig max width 860 px*/
}

/*-- banner --*/
div#banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("images/General/BRL Banner 2025-07-18.jpg") top no-repeat;
	height: 181px;
	max-width: 100%;
	background-size:auto;
}


/*-- topnav bar --*/

#topnav li {padding:10px 0px 0px 0px;}  /* centers the menu vertically */

div#topnav {
    height:40px;
    margin: 0;
    padding: 10 0 0 0;
    width: 100%;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
/*	font-size: .9em;  /* any bigger and it starts to wrap */ font-size:1em;
/*	text-align:center;*/ 
    background:black;
	border-bottom-style:double;
	border-color:#DDDDDD;
}

div#topnav ul.base { list-style-type:none; padding:0px 10px; margin:0; text-align:center}

div#topnav a {
  text-decoration: none;    /*removes underline from anchor*/
  padding: 0px 10px;        /*separates menu items*/
  color:#ffffff;
}		

div#topnav a:hover {
    color: #DDDDDD; 
    background: none;
	text-decoration: underline;
}

#topnav ul.base li {
	float: left;  /* this makes the list go horizontal ZZZZZ Why? */	
	position: relative;
	margin:0px 5px;
	text-align:center;
}

#topnav ul.base li a {
	display: block;
	overflow: hidden;
}

#topnav ul.base li ul {
	display: none;
	margin-top: -25px;
	padding-top: 10px;
	margin-left: 25px;
}

#topnav ul.base li ul li:hover {
	display: block;
}

#topnav ul.dropdown li {
	text-align:left;
	list-style-type:none;
	position:relative;
	left:-20px;
	right:10px;
}

#topnav ul.dropdown li a {
	display: block;
	padding: 3px 5px;
	color: #FFFFFF;
	overflow: visible;
	height:auto;
}

#topnav ul.base li:hover ul /* dropdown menu control */
{
	display: block;
	width: 130px;
	background-color: #444444;
	position: absolute;
	top: 41px; /* puts dropdown menu below main menu item*/
	left: 0;
    text-decoration: none;
}

#topnav ul.dropdown li:hover a
{
	color: #DDDDDD;
	text-decoration: underline;
}
/*-- end topnav --*/

@font-face {   /* font for h1 h2 */
    font-family: Pegasus;
    src: url(fonts/PEGASUS.TTF);
  }
/* -- 2025-04-12 removed left column --*/

/*  need to get a better pegasus font
h1, h2 {
    text-align:center;
    font-family:"pegasus";
}
*/


/* ----------- content ------------ t r b l--------*/
div#content {
	text-align: left;
	float: right;
	width:100%;  /* previous 68%  2025-04-12 changed to 100% */
	padding: 0px 0px 0px 40px; 
    margin: 0px 0px 0px 0px; /* added 2025-04-12 */
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    color:#000000; 
}

#content img {
	margin: 4px;
	border: 3px solid rgb(134, 133, 133);
	box-shadow: 3px 3px #d6d6d6;
  }

div#content a:link {
	color:blue;
	text-decoration:none;
}

div#content a:hover {
    color: #6633dd;  
	text-decoration:underline;
    cursor:pointer;
}

div#content a:active {
    color: red;  
    background: none;
}
div#content a:visited {
    color: #7000aa; 
	text-decoration:none; 
}

.picright {	width: 38%;	float: right; 	padding:0px 5px 5px 10px;}
.picright p { 
	text-align: center;
	font-style: italic;
}

.picleft { 	width:38%;	float:left;	padding:0px 10px 0px 5px;}
.picleft p {
	text-align:center;
	font-style:italic;
}

.piccenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-style:italic;
}


/*-- footer, copyright --*/
div#footer {
	clear: both;
	margin: auto;
	padding: 25px 0 0 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	background: black;
	height: 125px;
	width: 100%;
	border-top-style:double;
	border-color:#DDDDDD;
}

div#footer p {
	text-align:center;
	color:#DDDDDD;
}


/*-----------Flex box stuff --------------------*/
.flex-container {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-child {
    flex: 1;
 /*   border: 2px solid black; */
	padding: 5px;
	background-color: rgb(227, 227, 228);
	margin:5px;
	min-width: 400px;
	max-width: 400px;
}  
.flex-child300px {
    flex: 1;
 /*   border: 2px solid black; */
	padding: 5px;
	background-color: rgb(227, 227, 228);
	margin:5px;
	min-width: 300px;
	max-width: 300px;
}  
.flex-child:first-child {
    margin-right: 0px;
} 

/* text over image stuff */
/* (A) RESPONSIVE IMAGE */
.textover img { width: 100%; }
.textover { max-width: 400px; } /* optional */
 
/* (B) CAPTION OVER IMAGE */
.textover { position: relative; }
.textover figcaption {
  /* (B1) PLACE AT BOTTOM LEFT */
  position: absolute; bottom: 0; left: 0;
 
  /* (B2) DIMENSIONS */
  width: 100%; padding: 10px;
 
  /* (B3) TEXT COSMETICS */
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}